GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-06T07:19:46.0114041+00:00",
"SubmitDate": "2026-06-06T07:19:46.0114041+00:00",
"ReportPeriodStart": "2026-06-06T07:19:46.0114041+00:00",
"ReportPeriodEnd": "2026-06-06T07:19:46.0114041+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "10555eaa-16a6-47c8-bbf3-c2459e93e7f7",
"Rows": [
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "10555eaa-16a6-47c8-bbf3-c2459e93e7f7",
"Rows": [
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c38c614-ead2-491f-b079-5236f729ccdf",
"0b2f1e53-fe64-413a-b7e2-3afe36537057"
],
"Approvers": [
"a95ac4ed-c64f-4e99-957b-82f8164d5aeb",
"e3906cfc-7478-4606-80e8-9f5373b25154"
],
"ApprovedBy": "50ac1926-3e0f-462f-bae9-3a6459d59da9",
"ApprovalDate": "2026-06-06T07:19:46.0114041+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1e990e64-e6a3-48d9-af56-0647fb06df0e",
"id": "ce8ba328-2f53-4cae-bd2f-414a3ecec02e",
"ConfigId": "5cc98bb4-ab48-4e60-bf89-4f3a41b8fc22"
},
{
"GenerationDate": "2026-06-06T07:19:46.0114041+00:00",
"SubmitDate": "2026-06-06T07:19:46.0114041+00:00",
"ReportPeriodStart": "2026-06-06T07:19:46.0114041+00:00",
"ReportPeriodEnd": "2026-06-06T07:19:46.0114041+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "10555eaa-16a6-47c8-bbf3-c2459e93e7f7",
"Rows": [
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "10555eaa-16a6-47c8-bbf3-c2459e93e7f7",
"Rows": [
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39bafaf4-f91d-47ee-bfcc-1a1c81daf030",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c38c614-ead2-491f-b079-5236f729ccdf",
"0b2f1e53-fe64-413a-b7e2-3afe36537057"
],
"Approvers": [
"a95ac4ed-c64f-4e99-957b-82f8164d5aeb",
"e3906cfc-7478-4606-80e8-9f5373b25154"
],
"ApprovedBy": "50ac1926-3e0f-462f-bae9-3a6459d59da9",
"ApprovalDate": "2026-06-06T07:19:46.0114041+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1e990e64-e6a3-48d9-af56-0647fb06df0e",
"id": "ce8ba328-2f53-4cae-bd2f-414a3ecec02e",
"ConfigId": "5cc98bb4-ab48-4e60-bf89-4f3a41b8fc22"
}
]